Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/

down.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/down.png
222 Views
0 Comments
Media file
index.html /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/index.html
461 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

index.js /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/index.js
282 Views
0 Comments
const grid=document.querySelector(".grid")
let squares=Array.from(document.querySelectorAll('.grid div'));
const score=document.
left-arrow.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/left-arrow.png
169 Views
0 Comments
Media file
pause.jpg /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/pause.jpg
163 Views
0 Comments
Media file
pause.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/pause.png
218 Views
0 Comments
Media file
play.jpg /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/play.jpg
153 Views
0 Comments
Media file
red-left-arrow.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/red-left-arrow.png
223 Views
0 Comments
Media file
red-right-arrow.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/red-right-arrow.png
204 Views
0 Comments
Media file
right-arrow.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/right-arrow.png
158 Views
0 Comments
Media file
rotate.png /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/rotate.png
214 Views
0 Comments
Media file
style.css /cody/swapnilsparsh/30DaysOfJavaScript/84 - Tetris Game/style.css
228 Views
0 Comments
body{
background-color:black ;
color:white;
}
.top{
display: flex;
justify-content: space-between;
width:200